速報APP / 教育 / Tkinter Tutorial - Python GUI Library

Tkinter Tutorial - Python GUI Library

價格:免費

更新日期:2019-04-10

檔案大小:2.6M

目前版本:1.0

版本需求:Android 4.2 以上版本

官方網站:mailto:erica.kurse@gmail.com

Tkinter Tutorial - Python GUI Library(圖1)-速報App

Tkinter is the standard GUI library for Python.

Python when combined with Tkinter provides a fast and easy way to create GUI applications.

Tkinter provides a powerful object-oriented interface to the Tk GUI toolkit.

Python offers multiple options for developing GUI (Graphical User Interface).

Out of all the GUI methods, tkinter is most commonly used method. It is a standard Python interface to the Tk GUI toolkit shipped with Python.

Python with tkinter outputs the fastest and easiest way to create the GUI applications. Creating a GUI using tkinter is an easy task.

List of Topics :

Tkinter Tutorial - Python GUI Library(圖2)-速報App

------------------------------------------

Introduction

-------------------------------------------

Widgets

Button

Canvas

Checkbutton

Tkinter Tutorial - Python GUI Library(圖3)-速報App

Entry

Frame

Label

Listbox

MenuButton

Menu

Message

Tkinter Tutorial - Python GUI Library(圖4)-速報App

Radiobutton

Scale

Scrollbar

Text

Toplevel

Spinbox

paned Window

Tkinter Tutorial - Python GUI Library(圖5)-速報App

Label Frame

Message Box

---------------------------------------------

Standard Attributes

Dimensions

Colors

Fonts

Tkinter Tutorial - Python GUI Library(圖6)-速報App

Anchors

Relief

Bitmaps

Cursors

---------------------------------------------

Geometry Management

Tkinter pack() Method

Tkinter Tutorial - Python GUI Library(圖7)-速報App

Tkinter grid() Method

Tkinter place() Method

--------------------------------------------

Example

Tkinter Tutorial - Python GUI Library(圖8)-速報App